[INFO] cloning repository https://github.com/OmniKobra/dirty_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OmniKobra/dirty_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmniKobra%2Fdirty_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmniKobra%2Fdirty_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 68ed8b0d150bb03e83d17acaa04239e2498e1819
[INFO] fixing OmniKobra/dirty_rust against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOmniKobra%2Fdirty_rust" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/OmniKobra/dirty_rust
[INFO] finished tweaking git repo https://github.com/OmniKobra/dirty_rust
[INFO] tweaked toml for git repo https://github.com/OmniKobra/dirty_rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OmniKobra/dirty_rust on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/OmniKobra/dirty_rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 53dc56ed192488ca95024dab074f8a5324760b923b105881e2a122e34c21dd25
[INFO] running `Command { std: "docker" "start" "53dc56ed192488ca95024dab074f8a5324760b923b105881e2a122e34c21dd25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "53dc56ed192488ca95024dab074f8a5324760b923b105881e2a122e34c21dd25" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53dc56ed192488ca95024dab074f8a5324760b923b105881e2a122e34c21dd25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "53dc56ed192488ca95024dab074f8a5324760b923b105881e2a122e34c21dd25" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking any_num v0.1.0 (/opt/rustwide/workdir/any_num)
[INFO] [stderr]     Checking ownables v0.1.1 (/opt/rustwide/workdir/ownables)
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:121:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 121 |             AnyNum::I16(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -             AnyNum::I16(x) => write!(f, "{x}"),
[INFO] [stdout] 121 +             AnyNum::I16(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:122:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 122 |             AnyNum::I32(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 122 -             AnyNum::I32(x) => write!(f, "{x}"),
[INFO] [stdout] 122 +             AnyNum::I32(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:123:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 123 |             AnyNum::I64(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 123 -             AnyNum::I64(x) => write!(f, "{x}"),
[INFO] [stdout] 123 +             AnyNum::I64(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:124:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 124 |             AnyNum::I128(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 124 -             AnyNum::I128(x) => write!(f, "{x}"),
[INFO] [stdout] 124 +             AnyNum::I128(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:125:37
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 125 |             AnyNum::U8(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 125 -             AnyNum::U8(x) => write!(f, "{x}"),
[INFO] [stdout] 125 +             AnyNum::U8(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:126:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 126 |             AnyNum::U16(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 126 -             AnyNum::U16(x) => write!(f, "{x}"),
[INFO] [stdout] 126 +             AnyNum::U16(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:127:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 127 |             AnyNum::U32(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 127 -             AnyNum::U32(x) => write!(f, "{x}"),
[INFO] [stdout] 127 +             AnyNum::U32(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:128:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 128 |             AnyNum::U64(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 128 -             AnyNum::U64(x) => write!(f, "{x}"),
[INFO] [stdout] 128 +             AnyNum::U64(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:129:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 129 |             AnyNum::U128(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 129 -             AnyNum::U128(x) => write!(f, "{x}"),
[INFO] [stdout] 129 +             AnyNum::U128(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:130:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 130 |             AnyNum::F32(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 130 -             AnyNum::F32(x) => write!(f, "{x}"),
[INFO] [stdout] 130 +             AnyNum::F32(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:131:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 131 |             AnyNum::F64(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 131 -             AnyNum::F64(x) => write!(f, "{x}"),
[INFO] [stdout] 131 +             AnyNum::F64(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Div`, `Mul`, and `Sub`
[INFO] [stdout]  --> any_num/src/num.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 |     ops::{Add, Deref, DerefMut, Div, Mul, Sub},
[INFO] [stdout]   |                                 ^^^  ^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ownables/src/lib.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn take(&mut self) -> TakenGuard<Self, Self::Item>
[INFO] [stdout]    |             ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn take(&mut self) -> TakenGuard<'_, Self, Self::Item>
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ownables/src/lib.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn take(&mut self) -> TakenGuard<Self, Self::Item> {
[INFO] [stdout]    |             ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn take(&mut self) -> TakenGuard<'_, Self, Self::Item> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ownables/src/lib.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn take(&mut self) -> TakenGuard<Self, Self::Item>
[INFO] [stdout]    |             ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn take(&mut self) -> TakenGuard<'_, Self, Self::Item>
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> ownables/src/lib.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn take(&mut self) -> TakenGuard<Self, Self::Item> {
[INFO] [stdout]    |             ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn take(&mut self) -> TakenGuard<'_, Self, Self::Item> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:121:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 121 |             AnyNum::I16(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -             AnyNum::I16(x) => write!(f, "{x}"),
[INFO] [stdout] 121 +             AnyNum::I16(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:122:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 122 |             AnyNum::I32(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 122 -             AnyNum::I32(x) => write!(f, "{x}"),
[INFO] [stdout] 122 +             AnyNum::I32(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:123:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 123 |             AnyNum::I64(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 123 -             AnyNum::I64(x) => write!(f, "{x}"),
[INFO] [stdout] 123 +             AnyNum::I64(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:124:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 124 |             AnyNum::I128(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 124 -             AnyNum::I128(x) => write!(f, "{x}"),
[INFO] [stdout] 124 +             AnyNum::I128(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:125:37
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 125 |             AnyNum::U8(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 125 -             AnyNum::U8(x) => write!(f, "{x}"),
[INFO] [stdout] 125 +             AnyNum::U8(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:126:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 126 |             AnyNum::U16(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 126 -             AnyNum::U16(x) => write!(f, "{x}"),
[INFO] [stdout] 126 +             AnyNum::U16(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:127:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 127 |             AnyNum::U32(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 127 -             AnyNum::U32(x) => write!(f, "{x}"),
[INFO] [stdout] 127 +             AnyNum::U32(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:128:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 128 |             AnyNum::U64(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 128 -             AnyNum::U64(x) => write!(f, "{x}"),
[INFO] [stdout] 128 +             AnyNum::U64(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:129:39
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 129 |             AnyNum::U128(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 129 -             AnyNum::U128(x) => write!(f, "{x}"),
[INFO] [stdout] 129 +             AnyNum::U128(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:130:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 130 |             AnyNum::F32(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 130 -             AnyNum::F32(x) => write!(f, "{x}"),
[INFO] [stdout] 130 +             AnyNum::F32(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> any_num/src/num.rs:131:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                               - similarly named const parameter `U` defined here
[INFO] [stdout] ...
[INFO] [stdout] 131 |             AnyNum::F64(x) => write!(f, "{x}"),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: a const parameter with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 131 -             AnyNum::F64(x) => write!(f, "{x}"),
[INFO] [stdout] 131 +             AnyNum::F64(x) => write!(U, "{x}"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Div`, `Mul`, and `Sub`
[INFO] [stdout]  --> any_num/src/num.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 |     ops::{Add, Deref, DerefMut, Div, Mul, Sub},
[INFO] [stdout]   |                                 ^^^  ^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> any_num/src/num.rs:120:30
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                - expected this type parameter  --------- expected `Num<T, U>` because of return type
[INFO] [stdout] 119 |         match self {
[INFO] [stdout] 120 |             AnyNum::I8(x) => *x,
[INFO] [stdout]     |                              ^^ expected `Num<T, U>`, found `Num<i8, 0>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Num<T, U>`
[INFO] [stdout]                found struct `Num<i8, 0>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `any_num` (lib) due to 12 previous errors; 1 warning emitted
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> any_num/src/num.rs:120:30
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn num<T: Copy, const U: u8>(&self) -> Num<T, U> {
[INFO] [stdout]     |                - expected this type parameter  --------- expected `Num<T, U>` because of return type
[INFO] [stdout] 119 |         match self {
[INFO] [stdout] 120 |             AnyNum::I8(x) => *x,
[INFO] [stdout]     |                              ^^ expected `Num<T, U>`, found `Num<i8, 0>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Num<T, U>`
[INFO] [stdout]                found struct `Num<i8, 0>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `any_num` (lib test) due to 12 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "53dc56ed192488ca95024dab074f8a5324760b923b105881e2a122e34c21dd25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53dc56ed192488ca95024dab074f8a5324760b923b105881e2a122e34c21dd25", kill_on_drop: false }`
[INFO] [stdout] 53dc56ed192488ca95024dab074f8a5324760b923b105881e2a122e34c21dd25
